home *** CD-ROM | disk | FTP | other *** search
- STOP 100
-
- // Going down
- STOP 115
-
- // Wait for Balls
- STOP 64
-
- LABEL 1
-
- // 20 steps
- SET_FRAME 0
- STOP 20
-
- //Fire & Wait
- // 316 steps
- STOP 316
-
- // Photon
- // 96 steps
- STOP 96
-
- // Lazer
- // 270 steps
- GOSUB 2
- GOSUB 2
- GOSUB 2
-
- // 66 steps
- STOP 66
-
- STOP 200
-
- GOTO_LABEL 1
-
-
- //---------- Lazer (90 steps)
- LABEL 2
-
- PLAY_SOUND 16
- REPEAT 30
- SET_FRAME 1
- STOP 2
- SET_FRAME 0
- STOP 1
- REPEAT_END
-
- RETURN